Tools: When passing no bitmap for the shadow log dirty bitmap clean up, we should...
authorAndres Lagar-Cavilla <andres@lagarcavilla.org>
Thu, 1 Dec 2011 14:17:14 +0000 (14:17 +0000)
committerAndres Lagar-Cavilla <andres@lagarcavilla.org>
Thu, 1 Dec 2011 14:17:14 +0000 (14:17 +0000)
commit76903750dc2800f12beed49f38a8660008dd443d
tree1ce94a5c8bb346d5de6cba356d472e0f04b1e077
parent7d3ada69de442c1a65f5f5686150f1ff1b6131bc
Tools: When passing no bitmap for the shadow log dirty bitmap clean up, we should not get EFAULT

This is due to a stale check for guest_handle_null in the hypervisor,
which doesn't necessarily work with the hypercall buffers.

Signed-off-by: Andres Lagar-Cavilla <andres@lagarcavilla.org>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Tim Deegan <tim@xen.org>
tools/libxc/xc_domain.c